PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setAttributes Method
A collection of PDFStructureElementAttribute objects associated with this structure element.
In This Topic
    setAttributes Method
    In This Topic
    Sets the attributes of the structure element.
    Syntax
    public void setAttributes( 
       PDFStructureElementAttributeCollection value
    )

    Parameters

    value
    A collection of PDFStructureElementAttribute objects associated with this structure element.
    See Also